What are the main features of OPPs programming concepts?
What are the main features of OPPs programming concepts?
Hi, my self Ravi Vishwakarma. I have completed my studies at SPICBB Varanasi. now I completed MCA with 76% form Veer Bahadur Singh Purvanchal University Jaunpur.
SWE @ MindStick | Software Engineer | Web Developer | .Net Developer | Web Developer | Backend Engineer | .NET Core Developer
Ashutosh Kumar Verma
31-Aug-2021Features of OOPs in programming-
Mostly there are 4 main features of oops concepts are used in programming which are
Abstraction-
It is used to hide the unnecessary data and show only essential data to the user.
Encapsulation-
It is used when a group of related methods, properties, and fields are treated as a single object is called Encapsulation.
Polymorphism-
When each class have same name methods and all methods are used for different purpose.
Inheritance-
When need to access all the features of base class in its derived class for using then it is used. It reduce the length of code.